The following constants represent options for exporting text using a text export component. You use these constants to specify the format of the exported text. From the QuickTime user interface, you specify a text export option in the Text Export Settings dialog box. You can also specify the text export option programmatically by calling the TextExportSetSettings function [link] .
enum {
kMovieExportTextOnly = 0,
kMovieExportAbsoluteTime= 1,
kMovieExportRelativeTime= 2
};
| Previous | Chapter contents | Chapter top | Section top | Next |